home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1996 February / macformat-034.iso / mac / Shareware City / Developers / appe Windows 2.03 / notify.h < prev    next >
Encoding:
Text File  |  1995-06-11  |  726 b   |  23 lines  |  [TEXT/CWIE]

  1. // File "notify.h" - 
  2.  
  3. #ifndef ____NOTIFY_HEADER____
  4. #define ____NOTIFY_HEADER____
  5.  
  6. // * ****************************************************************************** *
  7. // * ****************************************************************************** *
  8.  
  9. #define kNotifyStringList        128
  10. #define kSys71NotifyString          1
  11. #define kTSMFixNotifyString          2
  12. #define kJGNENotifyString          3
  13.  
  14. // * ****************************************************************************** *
  15. // * ****************************************************************************** *
  16. // Function Prototypes
  17.  
  18. void UserNotify(short notifyList, short notifyIndex, Boolean exit);
  19. pascal void CompleteNotify(NMRecPtr notify);
  20.  
  21. #endif  ____NOTIFY_HEADER____
  22.  
  23.